ioemu: Fix usbdevice parameter to encode vbd type.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 18 Jun 2008 10:55:34 +0000 (11:55 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 18 Jun 2008 10:55:34 +0000 (11:55 +0100)
commit8da380986914ae767973e584e006bf8945d424c0
treef255519d282ea6dcb6541a1973f267117351c02b
parent19d9892b3d9eed1fd715429f051e4f638aa05212
ioemu: Fix usbdevice parameter to encode vbd type.

   usbdevice = "disk:<filename>"
expect a raw device (as this probably is the most usual case) and
   usbdevice = "disk-qcow:<filename>"
expect a COW image (autodetected, probably qcow2).

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/ioemu/hw/usb-msd.c
tools/ioemu/hw/usb.h
tools/ioemu/vl.c